API Documentation
Business API
- Workspaces
- Users
- Integrations
- Schedules
LinkedIn API
- Authentication
- Extract
- Search
- Intents
- Messaging
- Engage
Sales Navigator API
- Search
- Metrics
- Engage
- Recruiter Lite
Extraction API
- Google Maps
- TheFork
- TripAdvisor
Schedules
Get a Schedule
GET
/
schedules
/
{scheduled_run_uid}
Copy
curl --request GET \
--url https://api.captaindata.com/v4/schedules/{scheduled_run_uid} \
--header 'X-API-Key: <api-key>'
Copy
{
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_id": 123,
"action_name": "<string>",
"user_id": 123,
"user_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": 123,
"workspace_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "ACTIVE",
"postponed_until": "2023-11-07T05:31:56Z",
"cron": "<string>",
"timezone": "<string>",
"next_execution_at": "2023-11-07T05:31:56Z",
"last_executed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
Scheduled run UUID
Response
200
application/json
Returns the scheduled run
Copy
curl --request GET \
--url https://api.captaindata.com/v4/schedules/{scheduled_run_uid} \
--header 'X-API-Key: <api-key>'
Copy
{
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_id": 123,
"action_name": "<string>",
"user_id": 123,
"user_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": 123,
"workspace_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "ACTIVE",
"postponed_until": "2023-11-07T05:31:56Z",
"cron": "<string>",
"timezone": "<string>",
"next_execution_at": "2023-11-07T05:31:56Z",
"last_executed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.