curl --location 'https://api.synup.com/api/v4/social-post-ideas/pipeline-status?socialProfileId=6f1c2a90-...' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"pipelineStatus": {
"id": "string",
"socialProfileId": "string",
"pipelineType": "string",
"status": "string",
"currentStep": "string",
"stepsCompleted": [
"string"
],
"stepsRemaining": [
"string"
],
"errorMessage": "string",
"startedAt": "string",
"completedAt": "string"
}
}
}