Interface ProcessesApiListProcessesRequest

Hierarchy

  • ProcessesApiListProcessesRequest

Properties

from?: number

Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window will be 15 minutes before the to timestamp. If neither from nor to are provided, the query window will be [now - 15m, now].

pageCursor?: string

String to query the next page of results. This key is provided with each valid response from the API in meta.page.after.

pageLimit?: number

Maximum number of results returned.

search?: string

String to search processes by.

tags?: string

Comma-separated list of tags to filter processes by.

to?: number

Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window will be 15 minutes after the from timestamp. If neither from nor to are provided, the query window will be [now - 15m, now].

Generated using TypeDoc