List meter jobs

List all meter upload jobs and their status.

Query Params
filter
array of strings

One or more filters to apply. Uses the AND approach, so all filters should match for meter jobs to show up. Use the /v1.1/jobs/meter-job-filters endpoint to retrieve all available filters that can be applied when querying meter jobs. When you provide multiple values for a key (e.g. transmission_region), the IN operator is used. Combine multiple filters like this: ?filter=file_name:Test&filter=status:FAILED

filter
string

If there are more meter jobs to fetch, this token will be populated as next_page_token in the response. Use it to fetch the next page of meter jobs.

integer
Defaults to 100

Amount of results to return. Defaults to 100.

string

Search query to apply. Comma-separate multiple values. This is a free-text search that will be applied when searching through the meter jobs. Define the fields to search through in the search_fields parameter.

search_fields
array of strings
length ≥ 0

Fields to search through. Required if search_query is provided. If the string from search_query is found in any of these fields, the meter jobs will be included in the results.

search_fields
Response

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json