GET
/
v1
/
url-groups
/
{id}
/
queue
/
fulfilled
curl --request GET \
  --url https://third-party.etrnl.app/v1/url-groups/{id}/queue/fulfilled \
  --header 'API-Key: <api-key>'
{
		success: true,
		queue: [
			{
				id: 399,
				tagMetadata: {
					nftId: 123
				},
				displayName: "John's NFT data",
				pageId: null,
				groupId: 190,
				organizationId: 1275,
				fulfillmentDate: '2023-11-01T00:41:23.000Z',
				fulfilled: true,
				creationDate: '2023-10-31T00:41:23.000Z'
			}
		]
    }

Returns all fulfilled queue items by the URL group ID.


Headers

API-Key
string
required

Your organization’s private API key.

URL Params

id
string
required

The ID of the URL Group.