Skip to main content
GET
Read task schedule

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Query Parameters

sortBy
string

sortBy is used to sort the result-set in ascending or descending order according to selected field. The value of this param is one of available fields on task schedule objects. Example: name, periode, flow, hubId, etc. Default: createdTime

sortOrder
string

sortOrder is to decide ascending or descending order Example: asc or desc. Default: desc

limit
string

Limit of vehicles result list. Example: 10. Default: 20

page
string

Pagination of vehicles result list. Example: 2. Default: 1

hubId
string

Fundamental entity within an organization, serving as the central point for managing various operational components. Use Use GET /hubs endpoint to get the list of Hub IDs. Example: 634e98498ce07d29474a7e29

name
string

finding data by name task scheduler. Example: Morning

flow
string

The unique name of organization's flow. Use Flow /flows API to get the list of flow names. Example: Visit

flowId
string

The identifier for the flow that generated by system. Use Flow /flows API to get the list of flow id. Example: 63d8c9b0dbd5ef20a627dd86

status
string

finding data running on SUCCESS or FAILED, acceptable value:SUCCESS,FAILED. Example: SUCCESS

assignee
string

User email for a given task. Example: worker@paket.id,jhon@paket.id

fields
string

Fields is for selecting the specific fields that you can choose by multiples to show in the response using a string with a comma delimiter. Example: name,periode,hubId.

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

taskSchedules
object

List of object task schedule.