API documentation | API docs for agents | OpenAPI 3.1

GET /api/v1/loads

ark.search_loads

Searches loads visible to the connected actor by load number, reference fields, customer, status, and team.

Availability
Core preview
Scopes
loads:read
ARK permissions
canViewLoads
Team visibility
Required and enforced
Idempotency-Key
Not required
Approval
No MCP approval on REST API-token calls
Rate limit
API credential and organization budgets

Parameters

qquerystring
min length: 1; max length: 100
statusquerystring
min length: 1; max length: 50
team_idsquerystring
Comma-separated team IDs. Omit to use all teams visible to the connected user.
limitqueryinteger
default: 25; min: 1; max: 100
cursorquerystring

Request body

None.

Example request

Shell
curl 'https://arktms.com/api/v1/loads' \
  -H "Authorization: Bearer $ARK_API_TOKEN"

Success response

Visible load search results

objectstringrequired
okbooleanrequired
api_versionstringrequired
request_idstringrequired
dataobjectrequired

Errors

HTTP 400
Invalid request
HTTP 401
Authentication required
HTTP 403
Permission, scope, team, or entitlement denied