Infrastructure/Infrastructure Misc
GETInfrastructureSince 1.0SynchronousAuth Required
GetCursorInfo
Retrieve metadata about a cursor session including filters and position.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
cursorStringRequiredOpaque cursor token to retrieve session information for
Responses
Endpoint
GET/api/v1/resources/cursor-info/{cursor}
/api/v1/resources/cursor-info/{cursor}
Request Example
curl -X GET '{host}/api/v1/resources/cursor-info/{cursor}' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
