Authentication
Your WURK API key
Path Parameters
The job ID (8 character identifier like
f80a0038)Query Parameters
Page number for pagination
Response
Array of submissions with the following fields:
id: Submission IDcontent_text: Submission textattachment_urls: Array of attachment URLs (if any)winner: Winner status (0 = not winner, 1 = winner)
Current page number
Total number of pages
Number of items per page (50)
Rate Limit
6 requests per minuteRequirements
- Job must be of type
custom - Job must belong to your API key
To test this endpoint, you need a valid job ID from a custom job that belongs to your API key.
First create a custom job using the Create Custom Job endpoint,
then use the returned
jobId (not customId) here.