Skip to main content
Glama

job_splits_get_list

Retrieve a paginated list of job splits by specifying filters like date range, active status, and sorting options for organized data extraction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeNoReturns job split by active status Values: [True, Any, False]
createdBeforeNoFormat - date-time (as date-time in RFC3339). Return job splits created before a certain date/time (in UTC)
createdOnOrAfterNoFormat - date-time (as date-time in RFC3339). Returns job split created on or after a certain date/time (in UTC)
includeTotalNoWhether total count should be returned
jobYesFormat - int64.
modifiedBeforeNoFormat - date-time (as date-time in RFC3339). Returns job split modified before a certain date/time (in UTC)
modifiedOnOrAfterNoFormat - date-time (as date-time in RFC3339). Returns job split modified on or after a certain date/time (in UTC)
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
sortNoApplies sorting by the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, ModifiedOn, CreatedOn.
tenantYesFormat - int64. Tenant ID

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server