v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBPathway
Get All Completions for a Pathway
This endpoint retrieves all completions for the specified pathway. To retrieve results, you must enter a created before and created after date to the required filters, with a maximum range of 7 days.<h3>Required Scope</h3>pathways:read
get/api/v2/pathways/{id}/completions
Path parameters
idstring required
The ID of the pathway to retrieve completions for.
Query parameters
limitinteger
The maximum number of completions to display per page. A maximum of 1000 is allowed.
filter[completion_created_after]string date required
Filter criteria that returns completions created after this date. Format yyyy-mm-dd.
filter[completion_created_before]string date required
Filter criteria that returns completions created before this date. Format yyyy-mm-dd.
Response
Success