Projects
List remix actions for a project
Returns remix actions applied to a project (via POST /v1/projects/{projectId}/remix or as a post-workflow step), most recent first, with each action's status and progress. Cursor-paginated; see the Pagination guide.
get/v1/projects/{projectId}/remix-actions
Path parameters
projectIdstring required
The project id (e.g. vg_proj_...).
Query parameters
limitinteger
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
cursorstring
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
Response
Remix actions for the project.
Changes
No recorded changes to this endpoint across all 1 revision of this API.