Query all time series bulk import jobs.

GET {{baseUrl}}/timeSeriesImportJobs?page=0&size=10&filter=<string>

Query all time series bulk import jobs currently existing, which are owned by the client's tenant or subtenant. If requester is tenant, all the import jobs for the tenant as well as its all subtenants are returned. If requester is a subtenant, all the iport jobs for the subtenant are returned. If tenant wants to filter results for a particular subtenant, filter query parameter subtenantId can be used. This filter query parameter is applicable only if the requester is tenant.

Request Params

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page
filterstringJSON-based filter expression. Supported values: 'subtenantId'. Supported operations: 'eq'. Decoded example value:
{ &quot;subtenantId&quot;: &quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot; }

|

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;timeSeriesImportJobs&quot;:[{&quot;id&quot;:&quot;090b4330424923199f883cb4004c55b2&quot;,&quot;name&quot;:&quot;officia cupidatat in sunt&quot;,&quot;destinationPath&quot;:&quot;myfolder/mysubfolder&quot;,&quot;status&quot;:&quot;PENDING&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;},{&quot;id&quot;:&quot;53c07244f2ee819ee88e057b47316b16&quot;,&quot;name&quot;:&quot;adipisicing elit ex&quot;,&quot;destinationPath&quot;:&quot;myfolder/mysubfolder&quot;,&quot;status&quot;:&quot;SUCCESS&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;}],&quot;page&quot;:{&quot;size&quot;:18259122,&quot;totalElements&quot;:-8138199,&quot;totalPages&quot;:32160319,&quot;number&quot;:-59611177}}