GET
/
table
/
{tableName}
/
jobs
curl --request GET \
  --url https://dev.startree.ai/table/{tableName}/jobs \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

tableName
string
required

Name of the table

Query Parameters

type
string

OFFLINE|REALTIME

jobTypes
string

Comma separated list of job types

Response

200 - application/json
successful operation

The response is of type object.