Get Today
curl --request GET \
--url https://api.example.com/api/v1/teams/{team_id}/today \
--header 'Authorization: Bearer <token>'{
"cycle_day": 123,
"cycle_progress": 0,
"current_phase": "<string>",
"running": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"upcoming": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"completed_today": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"signals_fired": [
{}
]
}LoopOps
Get Today
GET
/
api
/
v1
/
teams
/
{team_id}
/
today
Get Today
curl --request GET \
--url https://api.example.com/api/v1/teams/{team_id}/today \
--header 'Authorization: Bearer <token>'{
"cycle_day": 123,
"cycle_progress": 0,
"current_phase": "<string>",
"running": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"upcoming": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"completed_today": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cycle_instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"occurrence_day": 123,
"status": "<string>",
"scheduled_at": "2023-11-07T05:31:56Z",
"publish_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"signals_emitted": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"task_status": "<string>",
"task_title": "<string>",
"task_platform": "<string>",
"task_scheduled_for": "2023-11-07T05:31:56Z"
}
],
"signals_fired": [
{}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
What's happening today in the team's cycle.
Current day within cycle (1-indexed)
0.0–1.0 progress through cycle
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I